home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net (Turkey) 1998 March
/
.net Internet Dergisi - CD 5.iso
/
mac
/
netCD41
/
PC16.DIR
/
00024_Script_24
< prev
next >
Wrap
Text File
|
1997-12-08
|
1KB
|
50 lines
on exitFrame
if rollover(30) then
set the INK of sprite 30 to 0
updatestage
repeat while rollover(30)=TRUE and the mousedown=FALSE
NOTHING
END REPEAT
else if rollover(31) then
set the INK of sprite 31 to 0
updatestage
repeat while rollover(31)=TRUE and the mousedown=FALSE
NOTHING
END REPEAT
else if rollover(32) then
set the INK of sprite 32 to 0
updatestage
repeat while rollover(32)=TRUE and the mousedown=FALSE
NOTHING
END REPEAT
else if rollover(33) then
set the INK of sprite 33 to 0
updatestage
repeat while rollover(33)=TRUE and the mousedown=FALSE
NOTHING
END REPEAT
else if rollover(34) then
set the INK of sprite 34 to 0
updatestage
repeat while rollover(34)=TRUE and the mousedown=FALSE
NOTHING
END REPEAT
else if rollover(35) then
set the INK of sprite 35 to 0
updatestage
repeat while rollover(35)=TRUE and the mousedown=FALSE
NOTHING
END REPEAT
else if rollover(36) then
set the INK of sprite 36 to 0
updatestage
repeat while rollover(36)=TRUE and the mousedown=FALSE
NOTHING
END REPEAT
end if
go to the frame
end